#msg {
    width: 266px;
    position: fixed;
    z-index: 999;
    top: 49%;
    margin-top: -80px;
    left: 50%;
    margin-left: -133px;
    background: #fff;
    box-shadow: 5px 5px 8px #999;
    font-size: 17px;
    color: #666;
    border: 1px solid #f8f8f8;
    text-align: center;
    line-height: 2rem;
    display: inline-block;
    padding-bottom: 20px;
    border-radius: 2px;
}

#msg_top {
    background: #f8f8f8;
    padding: 5px 15px 5px 20px;
    text-align: left;
}

#msg_top span {
    font-size: 22px;
    float: right;
    cursor: pointer;
}

#msg_cont {
    padding: 15px 20px 20px;
    text-align: left;
}

#msg_clear {
    display: inline-block;
    color: #fff;
    padding: 1px 15px;
    background: #8fc31f;
    border-radius: 2px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}


.index_banner .swiper-container {
    width: 100%;

}

.index_banner .swiper-slide {
    position: relative;
    height: 960px;
}

.index_banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
}

.index_banner .swiper-slide-active img, .index_banner .swiper-slide-duplicate-active img {
    transition: 16s linear;
    transform: scale(1.2, 1.2);
}

.index_banner .swiper-slide .txt {
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 10;
    width: 80%;
}

.index_banner .swiper-slide .txt > p:first-child {
    font-size: 30px;
    color: #0C0C0C;
}

.index_banner .swiper-slide .txt > p:last-child {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "sans-serif";
    font-weight: lighter;
}

.index_banner .swiper-slide .txt hr {
    width: 60px;
    height: 5px;
    color: #0c63e4;
}

.index_banner .swiper-slide p {

    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 2;
    color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    will-change: transform;
    width: 60%;
}

.index_banner .swiper-slide-active p, .index_banner .swiper-slide-duplicate-active p {
    animation: line 7s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease;
    width: 60%;
}


@keyframes line {
    0% {
        transform: matrix3d(0.990268, -0.139173, 0, 0, -0.0348995, 0.999391, 0, 0, 0, 0, 1, 0, 10, -20, 0, 1);
    }
    50% {
        transform: rotate(1deg);
        transform-origin: left center;
    }
    60% {
        transform: translate3d(0px, 0px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.index_banner .swiper-slide p span {
    display: inline-block;
    will-change: transform, opacity, text-shadow;
}

.index_banner .swiper-slide-active p .even, .index_banner .swiper-slide-duplicate-active p .even, .index_banner .swiper-slide-active hr {
    animation: letterL 7s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.index_banner .swiper-slide-active p .odd, .index_banner .swiper-slide-duplicate-active p .odd.index_banner .swiper-slide-active hr {
    animation: letterR 7s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes letterL {
    0% {
        opacity: 0;
        transform: matrix3d(1.53209, -1.28558, 0, 0, -1, 1.73205, 0, 0, 0, 0, 1, 0, 18, -8, 0, 1);
        text-shadow: rgb(255, 255, 255) 0px 0px 40px
    }
    60% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        text-shadow: rgb(255, 255, 255) 0px 0px 0px;
    }
    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        text-shadow: rgb(255, 255, 255) 0px 0px 0px;
    }
}

@keyframes letterR {
    0% {
        opacity: 0;
        transform: matrix3d(1.14907, -0.964181, 0, 0, 1.40954, -0.51303, 0, 0, 0, 0, 1, 0, 15, -8, 0, 1);
        text-shadow: rgb(255, 255, 255) 0px 0px 40px
    }
    60% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        text-shadow: rgb(255, 255, 255) 0px 0px 0px;
    }
    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        text-shadow: rgb(255, 255, 255) 0px 0px 0px;
    }
}

/*导航*/
a {
    text-decoration-line: none;
}

.buntimg {
    position: relative;
}

.buntimg img {
    width: 100%;
    height: auto;
}

.buntimg div {
    position: absolute;
    top: 45%;
    left: 25%;
    z-index: 1;
    color: #ffffff;


}

.buntimg div p {
    font-family: "WenQuanYi Micro Hei";
    font-size: 50px;
}

/*最新*/
.lastnews {
    margin: 30px auto;
}

.lastnews .row {
    height: 60px;
    border: silver solid 1px;
}

.lastnews .row .col-md-2 {
    text-align: center;
    background: #0c63e4;
    color: #ffffff;
    font-size: 25px;
    padding: 10px 0;
    height: 60px;
}

.lastnews .row .col-md-10 {
    padding: auto 20px;
}

.lastnews .row .col-md-10 .swiper-slide p {
    float: left;
    font-size: 20px;
    line-height: 2.6;
    color: #0C0C0C;
}

.lastnews .row .col-md-10 .swiper-slide .time {
    float: right;
    font-size: 15px;
    line-height: 3.6;
}

/*关于*/
.index_about .titleimg {
    text-align: center;
    padding: 40px 0;

}

.index_about .titleimg img {
    width: 490px;
    height: 100px;
}

.index_about video {
    width: 100%;
    background-color: #000000;
}

.index_about .about_title {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 122, 255);
    font-size: 26px;
    padding: 20px 0;

}

.index_about .col-md-6:first-child {
    padding-right: 30px;
}

.index_about .col-md-6:last-child {
    padding-left: 30px;
}

.index_about .p_HLine {
    border-top-color: rgba(0, 0, 0, 1);
    border-top-style: solid;
    border-top-width: 4px;
    width: 80px;
}

.index_about .about_content {
    padding: 15px 0 4px 0;
    overflow: hidden;
    /*height: 220px;*/
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.index_about .about_content p {
    line-height: 2;
    padding: 6px 0;
    font-size: 14px;
}

.index_about .ckgd a {
    margin: 10px 0;
}

.bottom-item {
    padding: 30px 0;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.bottom-item i {
    font-size: 35px;
    color: #0c63e4;
}

/*新闻*/
.index_news .titleimg {
    height: 100px;
    width: auto;
    text-align: center;
    margin: 40px 0;
}

.index_news .col-md-6:first-child {
    padding-right: 30px;
}

.index_news .titleimg img {
    width: 490px;
    height: 100px;
}

.index_news .titleimg {
    text-align: center;
    margin: 40px 0;
}

.index_news .col-md-6:last-child {
    padding-left: 30px;
}

.index_news .col-md-6 img {
    width: 100%;
    height: 344px;
    /* text-align: center;
     margin: 20px auto;*/
}

.index_news .index_news_content {
    background: #f4f4f4;
}

.index_news .comtent_left {
    background: #f4f4f4;
    margin: 10px 5px;
    padding: 10px 0;
}

.index_news .comtent_left div {
    padding: 20px 5px;
}

.index_news .comtent_left .col-md-9 {
    border-right: solid 1px #007aff;
}

.index_news .comtent_left .col-md-9 a {
    line-height: 2;
}

.index_news .comtent_left .col-md-3 i {
    color: #333;
    font-size: 13px;
    line-height: 2;
    float: right;
    color: #0c63e4;
    text-align: center;
}

.index_news .comtent_left .col-md-3 {

    margin: 0 auto;
}

.index_news .newsList {
    height: 80px;
    width: auto;
    overflow: hidden;
    background: #f4f4f4;
    border-left: solid 3px #007aff;
    padding: 15px 30px;
    margin-bottom: 42px;
}

.index_news .newsList div {
    line-height: 2.0;
}

.index_news .newsList .title a {
    color: #0C0C0C;
}

.index_news .newsList:hover .title a {
    color: #007aff;
}

/*设备*/
.device_display .titleimg {
    text-align: center;
    margin: 40px auto;
}

.device_display .titleimg img {
    width: 490px;
    height: 100px;
}

.device_display .swiper-container2 {
    padding: 30px 0;
}

.device_display .swiper-container2 .p_images {
    background: #000

}

.device_display .swiper-container2 .p_images img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.device_display .swiper-container2 .p_content:hover img {
    opacity: 1;
}

.device_display .swiper-container2 .p_content {
    border: 1px solid #f0f0f0;
}

.device_display .swiper-container2 .p_content .title {
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
}

.device_display .swiper-container2 .p_content:hover .title {
    color: #0c63e4;
}

.device_display .swiper-container2 .swiper-pagination {
    position: relative;
    top: 15px;
}

.device_display .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
}

/*产品*/

.product_showcase .swiper-container3 {
    overflow: hidden;
}


.product_showcase .container {
    padding: 0;
    margin: 0 auto;
}

.product_showcase .titleimg {
    text-align: center;
    margin: 40px auto;

}

.product_showcase .titleimg img {
    width: 490px;
    height: 100px;

}

.product_showcase .swiper-container3 .p_images img {
    width: 100%;
}

.product_showcase .swiper-container3 {
    padding: 10px;
}

.product_showcase .swiper-container3 .p_content {
    border: 4px solid rgba(0, 122, 255, 0.2);
}

.product_showcase .swiper-container3 .p_content .title {
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    color: #212529;
}

.product_showcase .swiper-container3 .p_content:hover .title {
    color: #0c63e4;
}

.product_showcase .swiper-container3 .p_content:hover {
    border: 4px solid rgba(0, 122, 255, 0.83);
}

.product_showcase .ckgd2 {
    margin: 30px auto;
}

/*
banner */
/*.index_banner {
    width: 100%;
    height: 500px;
    background: darkgrey;
}*/
.swiper-container2 {
    overflow: hidden;
}

.bottom-nav {
    padding: 40px 0;
    background-color: rgba(34, 34, 34, 1);
}

.bottom-nav .container .bwrow {
    padding: 0 0 30px 0;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.bottom-nav .container .bwrow .rcol {
    padding: 0 0 0 30px;
    border-left: rgba(255, 255, 255, 0.3) solid 1px;
}

.bottom-nav h4 a {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.bottom-nav .col-md-8 .col-md-2 p a {
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    text-decoration-line: none;
}

.bottom-nav .col-md-4 .ewm {
    padding: 0;
    margin: 0;
}

.bottom-nav .col-md-4 .ewminfo h5 {
    font-size: 18px;
    color: #ccc;
}

.bottom-nav .col-md-4 .ewminfo p {
    font-size: 16px;
    color: #ccc;
}

.bottom-nav .col-md-4 .ewminfo h5 {
    color: #fff;
}

.bottom-nav .rcol .title h4 {
    padding: 10px 0 10px 0;
    color: #ccc;
    font-size: 18px;
}

.icplink a {
    color: #cccccc;

}


.micon {
    display: none;
}

.bottom-tel {
    font-size: 30px;
    color: #ccc;
}

.bottom-item .col-md-8 .col-md-4 {
    font-size: 20px;
    font-style: normal;
    color: #ccc;
}

.bottom-item .col-md-8 strong {
    font-size: 20px;
    color: #0c63e4;
}

.icp .col-md-6:last-child {
    text-align: right;
}

.icp .col-md-6 {
    height: 30px;
    font-size: 14px;
    padding: 18px 0 0 0;
    color: #ccc;
}

.icp .col-md-6 a {
    text-decoration-line: none;
    color: #ccc;
}

.icp .col-md-6 a:hover {
    color: #0c63e4;
}

.mbxdh i {
    color: #0c63e4;
}

.about {
    padding: 30px 0;
}

.mbxdh .container .content {
    border-bottom: #2125291a solid 1px;
    padding: 30px 0 20px 0;
}

.slidenav .title {
    padding: 15px 0 15px 20px;
    background: #0c63e4;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.slidenav .title i {
    display: none;
}

.slidenav p {
    text-align: left;
    padding: 10px 0 10px 40px;
    color: #0C0C0C;
    background: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #ccc6;
    margin: 10px 0;
}

.slidenav p i {
    position: relative;
    right: 23px;
    color: #d5d5d5;
}

.slidenav p a {
    color: #0C0C0C;
}

.slidenav p:hover i {
    color: #0c63e4;
}

.slidenav p:hover a {
    color: #0c63e4;
}

.slidenav:first-child {
    margin-bottom: 30px;
    padding-right: 30px;
}

.lxwm .title {
    padding: 15px 0 15px 20px;
    background: #0c63e4;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.lxwm {
    padding-right: 30px;

}

.lxwm p {
    text-align: left;
    font-size: 14px;

}

.lxwm p:first-child {
    text-align: left;
    font-size: 26px;

}

.lxwm p span {
    color: #0c63e4;

}

.slidcon {
    /* display: none;*/
}

.content img {
    width: 100%;
    height: auto;
}

.honor {
    margin: 20px auto;
}

.honor img {
    width: 100%;
    height: auto;
    border: solid 1px #ccc;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s;

}

.honor img:hover {
    transform: scale(1.2);
    border: solid 0px #ffffff;
}

.honor .col-md-4 {
    padding: 20px 18px;
    overflow: hidden;

}

.honordetail .container {
    padding: 30px;
    border: solid 1px #ccc;
}

.honordetail img {
    width: 100%;
    height: auto;
    padding: 30px 0;

}

.honordetail h3 {
    text-align: center;
    padding: 30px;
    border-bottom: dashed 1px #afafaf;
}

.mobile_nav {
    display: none;
}

.news {
    background: #f0f0f0;
    margin-bottom: 20px;

}

.newsbox {

}

.news > .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 15px;
}

.news > .col-md-6 {
    padding: 30px 0 0 30px;
    transition: all .3s ease-out 0s;
}

.news .time {
    padding: 30px 0 27px 0;
    text-align: center;
    transition: all .3s ease-out 0s;
}

.news .time > p {
    margin: 0;
}

.news .time .i_buttontext {
    color: silver;
}

.news .time p:last-child {
    text-align: left;
    padding: 20px 0px 0 20px;
}

.news .time .news_but {
    text-decoration-line: none;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    padding: 10px 6px;
}

.news img {
    width: 100%;
    height: auto;
}

.news:hover {
    box-shadow: 0px 15px 10px #f5f5f5;
}

.news:hover .col-md-6 {
    padding: 30px 0 0 40px;
}

.news:hover .time {
    padding: 30px 0 27px 30px;
    text-align: center;
}

.news:hover .time p:last-child {
    padding: 20px 0 0 30px;
}

.news:hover .time .news_but {
    background: #0c63e4;

}

.news .col-md-6:hover {
    color: #0c63e4;
}

.news:hover .time .i_buttontext {
    color: #ffffff;
}

.contact p {
    margin-bottom: 5px;
}

.news:hover .col-md-3:first-child {
    background: #e0e0e0;
}

.dz {
    color: #ccc;
    text-align: right;
}

.leav form {
    position: relative;
    padding: 30px 0;
}

.leav #submit {
    position: absolute;
    left: 90px;
    border: #ececec 1px solid;
}

.leav #submit:hover {
    background: #0c63e4;
    border: #0c63e4 1px solid;
    color: #ffffff;
}

.leav .col-sm-2 {
    text-align: right;
}

.leav .row {
    margin: 10px 0;
}

.leav .row:first-child {
    height: 150px;
}

.leav #content {
    height: 100%;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(240, 240, 240, 1);
    resize: none;
    padding: 5px 5px 0 5px;
    width: 100%;
}

.leav #name {
    border: 1px solid #f0f0f0;
    padding: 5px;
    width: 100%;
}

.leav #tel {
    border: 1px solid #f0f0f0;
    padding: 5px;
    width: 100%;
}

.leav #code {
    border: 1px solid #f0f0f0;
    padding: 5px;
    width: 80px;
}

.leav span {
    color: red;
}

#verify_code_img {
    height: 36px;
    width: 64px;
    position: relative;
    top: -2px;
}

.product_list img {
    width: 100%;
    height: auto;
    transition: all 1.5s;
}

.product_list .title {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.product_list .visit {

    text-align: center;
}

.product_list .item {
    padding-bottom: 20px;
}

.product_list .col-md-4 div {
    overflow: hidden;

}

.product_list .col-md-4 p {
    color: #636363;
    overflow: hidden;

}

.product_list .col-md-4 a:hover div img {
    transform: scale(1.2)

}

.product_list .col-md-4 a:hover p {
    color: #0c63e4;
}

.product_list .content img {
    width: 100%;
    height: auto;
}

.detail .col-md-6:last-child {
    text-align: right;
}

.staff {
    padding-bottom: 20px;
}

.staff img {
    width: 100%;
    height: 100%;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 0s;
    text-align: center;
    vertical-align: middle;
}

.staff div {
    position: relative;
    padding: 12px 13px;
}

.staff .col-md-4 div:hover .zzc {
    display: block;
}

.staff .zzc {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 555;
    top: 0;
    left: 0;
    display: none;
}

.staff .zzc .font i {
    position: absolute;
    z-index: 555;
    top: 42%;
    left: 46%;
    color: #f8f9fa;
    font-size: 25px;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 0s;
    text-align: center;
    vertical-align: middle;
}

.staff .zzc div {
    width: 100%;
    height: 100%;
    z-index: 355;

    color: rgb(46, 46, 46);
    background-color: rgba(0, 0, 0, 0.5);
}

.about .slidcon p {
    cursor: pointer;
}

.about .slidcon ul {
    list-style: none;
    background: #ffffff;
    padding: 0 0 0 40px;
    margin: 0;
    display: none;
}

.about .slidcon ul li a {
    color: rgb(46, 46, 46);
}

.about .slidcon ul li i {
    color: #cccccc;
    font-size: 12px;
    padding: 0 10px 0 0;
}

.about .slidcon ul li:hover i {
    color: #0c63e4;
}

.about .slidcon ul li:hover a {
    color: #0c63e4;
}
.navtwo {
    display: none;
    opacity: 0;
}
.navone{
    display: block;
    opacity: 1;
}
.modern-menu {
    width: 75%;
    height: 80px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    clear: both;
}
@media (max-width: 768px) {

    .nav .container .row{
        height: 80px;
    }
    .navone{
        display: none;
        opacity: 0;
    }
    .navtwo{
        display: block;
        opacity: 1;
    }
    .staff .zzc .font i {
        position: absolute;
        z-index: 555;
        top: 42%;
        left: 46%;
        color: #f8f9fa;
        font-size: 18px;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        animation-delay: 0s;
        text-align: center;
        vertical-align: middle;
    }

    .detail .col-md-6:last-child {
        text-align: left;
    }

    .buntimg div p {
        font-family: "WenQuanYi Micro Hei";
        font-size: 30px;
    }

    .index_banner .swiper-slide .txt {
        top: 17%;
        left: 6%;
        z-index: 10;
        width: 90%;
    }

    .index_banner .swiper-slide .txt > p:first-child {
        font-size: 14px;
        color: #0C0C0C;
        margin: 0;
        width: 100%;
    }

    .index_banner .swiper-slide .txt > p:last-child {
        color: #FFFFFF;
        font-size: 14px;
        font-family: "sans-serif";
        font-weight: lighter;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

    .index_banner .swiper-slide .txt hr {
        width: 50px;
        height: 5px;
        color: blue;
        margin: 0;
    }


    .leav .col-sm-2 {
        padding: 0 8px;
    }

    .leav {
        padding: 0 0;
    }

    .news {
        background: #f0f0f0;
        margin-bottom: 15px;
        padding: 5px 0;
    }

    .news:hover .col-md-6 {
        padding: 10px 10px 10px 15px;
    }

    .news:hover .time {
        padding: 10px 0;
        text-align: center;
    }

    .news .time .news_but {
        text-decoration-line: none;
        border-radius: 15px;
        text-align: center;
        border: 1px solid #dedfe1;
        transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
        padding: 3px 6px;
        font-size: 14px;
    }

    .news .time p:last-child {
        text-align: left;
        padding: 10px 0px 10px 0px;
        transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .news:hover .time p:last-child {
        text-align: left;
        padding: 10px 0px 10px 5px;
    }

    .news .time > p {
        margin: 0;
        font-size: 14px;
        padding: 0 0 5px 0;
    }

    .news > .col-md-6 {
        padding: 10px 0 0 10px;
        transition: all .3s ease-out 0s;
    }

    .mobile_nav {
        display: block;
        position: relative;
    }

    .mobile_nav div {
        float: left;
        width: 50%;
        text-align: center;
        background: #0c63e4;
        color: white;
        padding: 10px 20px 30px 20px;
    }

    .mobile_nav div i {
        font-size: 36px;
    }

    .mobile_nav div span {
        position: relative;
        top: 26px;
        left: -33px;
    }

    .mobile_nav div a {
        color: white;
        text-decoration-line: none;
    }


    .lxwm, .mbxdh {
        display: none;
    }

    .slidenav:first-child {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .slidenav .title {
        padding: 15px 0 15px 20px;
        background: #f0f0f0;
        color: #0c63e4;
        font-size: 16px;
        position: relative;
    }

    .bottom-nav .container:first-child {
        display: none;
    }

    .slidcon {
        display: none;
        position: absolute;
        z-index: 300;
        width: 100%;
    }

    .slidenav p {
        text-align: left;
        padding: 10px 0 10px 40px;
        color: #0C0C0C;
        background: #ffffff;
        font-size: 14px;
        border-bottom: 1px solid #ccc6;
        margin: 0;
    }

    .slidenav .title i {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 400;
        color: #0c63e4;
        font-size: 20px;
    }

    .about .col-md-3 {
        padding: 14px 0 0 0;
    }

    .slidenav .title i:hover {
        cursor: pointer
    }

    .bottom-nav .container:nth-child(2) {
        display: none;
    }

    .bottom-nav {
        padding: 5px 0;
        background-color: rgb(0, 0, 0);
    }

    .icp .col-md-6:last-child {
        text-align: left;
    }

    .icp .col-md-6 {
        height: 42px;
        font-size: 14px;
        padding: 5px 10px;
        color: #ccc;
    }

    .index_about .container {
        padding: 0;
    }

    .index_about .titleimg img {
        width: 100%;
        height: auto;
    }

    .product_showcase .titleimg img {
        width: 100%;
        height: auto;
    }

    .device_display .titleimg img {
        width: 100%;
        height: auto;
    }

    .index_news .titleimg img {
        width: 100%;
        height: auto;
    }

    .nav .container {
        max-width: 100%;
    }

    .nav .container .mm-container {
        margin: 0;
    }

    .nav .container .col-md-9 {
        margin: 0;
        padding: 0;
    }

    .nav .container .modern-menu a {
        height: 80px;
    }

    .nav .col-md-9 .modern-menu {
        position: absolute;
        display: none;
        z-index: 450;
    }

    .micon {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 40px;
    }
    .modern-menu {
        width: 100%;
    }
    .modern-menu li {
        width: 100%;
        float: left;
    }

    .modern-menu li > ul {
        width: 100%;
        font-size: 15px;
        position: absolute;
        opacity: 0;
        z-index: 200;
        background-color: rgba(34, 34, 34, 1);
        display: none;
    }


    .device_display .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
    }

    .lastnews {
        display: none;
    }

    .index_banner .swiper-slide {
        position: relative;
        height: auto;
    }

    .index_news .col-md-6:first-child {
        padding: 0;
    }

    .index_news .col-md-6:last-child {
        padding: 0 10px;
    }

    .index_about .col-md-6:first-child {
        padding: 0;
    }

    .index_about .col-md-6:last-child {
        padding: 0 10px;
    }

    .index_news .newsList {
        height: 80px;
        width: auto;
        overflow: hidden;
        background: #f4f4f4;
        border-left: solid 3px #0c63e4;
        padding: 15px 30px;
        margin-bottom: 20px;
    }

    .index_news_content {
        display: none;
    }

    .index_about .about_content {
        padding: 15px 5px 4px 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    .index_about .about_title {
        font-size: 20px;
        padding: 20px 5px;
    }

    .index_about .col-md-6:last-child .ckgd2 {
        float: none;
    }

    .index_news .titleimg {
        height: auto;
        width: 100%;
        text-align: center;
        margin: 40px 0 30px 0;
    }

    .index_about .ckgd a {
        margin: 10px auto;
    }

    .product_showcase .ckgd2 {
        margin: 15px auto;
    }

    .device_display .titleimg {
        height: auto;
        width: 100%;
        text-align: center;
        margin: 40px 0 30px 0;
    }

    .product_showcase .titleimg {
        height: 100%;
        width: auto;
        text-align: center;
        margin: 40px 0 30px 0;
    }

    .device_display .swiper-container2 img {
        width: 100%;
        height: auto;
    }

    .device_display .swiper-container2 {
        padding: 0 0 30px 0;
    }

}

@media (max-width: 468px) {
    .buntimg div p {
        font-family: "WenQuanYi Micro Hei";
        font-size: 20px;
    }
}

.about .slidcon ul li:first-child span {
    padding-left: 5px;
}
.ewm img{
    width: 110px;
    height: auto;
}